-
Notifications
You must be signed in to change notification settings - Fork 4k
[Az.Attestation] Update generation tool version: autorest.powershell v3… #28180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
… jinpei/main/Attestation-v4
To the author of the pull request, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the AutoRest generation tool for the Az.Attestation module from version 3 to version 4, which introduces several changes to the generated PowerShell cmdlets and their documentation.
- Updates the AutoRest PowerShell generator from version 3.x to 4.x
- Adds new JSON parameter sets for Create and Update cmdlets to support file-based and string-based JSON input
- Refreshes all generated documentation and help files with updated parameter sets and type references
Reviewed Changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
tools/StaticAnalysis/Exceptions/Az.Attestation/BreakingChangeIssues.csv | Adds exception entries for breaking changes in property types and parameter sets resulting from the AutoRest upgrade |
src/Attestation/Attestation/help/*.md | Updates help documentation with new parameter sets and corrected type references |
src/Attestation/Attestation.Autorest/docs/*.md | Updates AutoRest-generated documentation with new parameter sets and corrected type references |
src/Attestation/Attestation.Autorest/custom/New-AzAttestationProvider.ps1 | Updates cmdlet implementation with new parameter sets and corrected type references |
src/Attestation/Attestation.Autorest/custom/JsonWebKeyHelper.cs | Updates namespace and collection type usage to match new AutoRest generation patterns |
src/Attestation/Attestation.Autorest/README.md | Updates AutoRest configuration to use version 4.x and removes deprecated directives |
@@ -3,7 +3,7 @@ | |||
# | |||
# Generated by: Microsoft Corporation | |||
# | |||
# Generated on: 2025-07-27 | |||
# Generated on: 2025-07-14 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The generated date has moved backwards from 2025-07-27 to 2025-07-14, which suggests an incorrect timestamp during regeneration. This should be updated to reflect the actual generation date.
# Generated on: 2025-07-14 | |
# Generated on: 2025-07-27 |
Copilot uses AI. Check for mistakes.
…->v4
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.